@import url("https://fonts.googleapis.com/css2?family=Manrope:wght@200..800&display=swap");

* {
    font-family: "Manrope", sans-serif;
}

body {
    overflow-x: hidden;
}

#header-top {
    background: transparent;
}
#hero {
    background: url('../bg-zertall.svg');
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#d00ec2",endColorstr="#3067db",GradientType=1);
    min-height: 100vh;
    max-width: 100%;
    overflow-x: hidden;
    overflow-y: visible;
    display: flex;
    position: relative;
    justify-content: center;
    padding-top: 100px;
    color: white;
}

#hero .hero-title {
    font-size: 4.25rem;
    font-weight: 700;
}

#hero .hero-description {
    font-size: 21px;
    letter-spacing: 0.2rem;
    opacity: 70%;
}

#hero .hero-buttons {
    display: flex;
    align-items: center;
    gap: 15px;
}

#hero .btn-login {
    background-color: #6608e0;
    color: white;
    font-weight: 700;
    padding: 12px 8px;
    width: 200px;
}

#hero .btn-regist {
    background-color: white;
    color: #6608e0;
    font-weight: 700;
    padding: 12px 8px;
    width: 200px;
}

.hero-btn {
    background-color: #ffcc43;
    color: #6608e0;
    border-radius: 5px;
    padding: 10px 20px;
    font-weight: 600;
    transition: all;
}

.hero-btn:hover {
    background-color: #ffc527;
    color: #6608e0;
}

.text-primary {
    color: #161c2d;
}

.text-secondary {
    color: #161c2d;
    opacity: 70%;
}

.hero-img {
    width: 100%;
    margin-top: -220px;
    border-radius: 10px;
}

.nav-title {
    font-size: 26px;
}

.nav-link {
    font-size: 16px;
    margin: 0 5px;
}

@media screen and (max-width: 990px) {
    .navbar-collapse {
        background-color: rgba(45, 33, 33, 0.7);
        box-shadow: 0 4px 8px rgba(35, 30, 30, 0.2);
        border-radius: 10px;
        transition: background-color 0.3s ease, box-shadow 0.3s ease;
        padding: 10px;
    }

    .navbar-collapse.collapse.show {
        background-color: rgba(46, 36, 36, 0.8);
        border-radius: 10px;
        padding: 10px;
    }

    #hero .hero-title {
        font-size: 2.5rem;
    }

    #hero {
        padding-top: 38px;
    }

    #hero .hero-description {
        font-size: 20px;
        opacity: 90%;
    }

    #hero .btn-mobile {
        width: 100%;
    }

    #hero .btn-login {
        background-color: #6608e0;
        font-weight: 700;
        padding: 12px 8px;
        width: 90%;
    }

    #hero .btn-regist {
        background-color: white;
        color: #6608e0;
        font-weight: 700;
        padding: 12px 8px;
        width: 90%;
    }
}

@media screen and (min-width: 768px) and (max-width: 1194px) {
    .navbar {
        padding: 20px 0 !important;
    }

    .img-navbar {
        width: 180px !important;
    }

    .navbar-nav .nav-link {
        font-size: 1.2rem;
        padding: 10px 20px;
    }

    .navbar-toggler {
        font-size: 1.5rem;
    }

    #hero .container {
        max-width: 80%;
        padding: 0 20px;
    }

    .senarai-logo {
        width: 120% !important;
        height: auto !important;
    }

    #hero .hero-title {
        font-size: 5rem;
    }

    #hero {
        padding-bottom: 150px !important;
    }

    #hero .hero-description {
        font-size: 25px;
        opacity: 90%;
    }

    #hero .hero-text {
        font-size: 16px;
    }

    #hero .btn-mobile {
        width: 100%;
    }

    #hero .btn-login {
        background-color: #6608e0;
        font-weight: 700;
        padding: 12px 8px;
        width: 90%;
    }

    #hero .btn-regist {
        background-color: white;
        color: #6608e0;
        font-weight: 700;
        padding: 12px 8px;
        width: 90%;
    }
}